- Implemented GET and POST endpoints for articles, allowing users to list and create articles.
- Added DELETE and PATCH endpoints for categories, enabling users to delete and update category details.
- Introduced GET and POST endpoints for items, allowing users to manage their items and associated tags.
- Created batch operation endpoint for items to perform bulk actions.
- Added search functionality with full-text search and suggestions.
- Implemented settings retrieval and update endpoints.
- Added shareable article links with token-based access.
- Enhanced error handling and input validation using Zod.